FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package duwel.nl.stu3.sandbox.dev#0.0.1-dev.5 (94 ms)

Package duwel.nl.stu3.sandbox.dev
Type StructureDefinition
Id Id
FHIR Version R3
Source https://simplifier.net/resolve?scope=duwel.nl.stu3.sandbox.dev@0.0.1-dev.5&canonical=http://nictiz.nl/fhir/StructureDefinition/test/medmij-bgz-tobaccouse-ts-01
Url http://nictiz.nl/fhir/StructureDefinition/test/medmij-bgz-tobaccouse-ts-01
Status draft
Name TobaccoUseTest
Experimental False
Realm nl
Type Observation
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
http://fhir.nl/fhir/StructureDefinition/nl-core-patient nl-core-patient


Source

{
  "resourceType" : "StructureDefinition",
  "url" : "http://nictiz.nl/fhir/StructureDefinition/test/medmij-bgz-tobaccouse-ts-01",
  "name" : "TobaccoUseTest",
  "status" : "draft",
  "fhirVersion" : "3.0.2",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Observation",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Observation.id",
        "path" : "Observation.id",
        "min" : 1
      },
      {
        "id" : "Observation.meta",
        "path" : "Observation.meta",
        "min" : 1
      },
      {
        "id" : "Observation.meta.profile",
        "path" : "Observation.meta.profile",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "Observation.meta.profile:zibProfile",
        "path" : "Observation.meta.profile",
        "sliceName" : "zibProfile",
        "min" : 1,
        "max" : "1",
        "fixedUri" : "http://nictiz.nl/fhir/StructureDefinition/zib-TobaccoUse"
      },
      {
        "id" : "Observation.identifier",
        "path" : "Observation.identifier",
        "min" : 1
      },
      {
        "id" : "Observation.status",
        "path" : "Observation.status",
        "fixedCode" : "final"
      },
      {
        "id" : "Observation.code",
        "path" : "Observation.code",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "365980008"
            }
          ]
        }
      },
      {
        "id" : "Observation.code.coding",
        "path" : "Observation.code.coding",
        "min" : 1
      },
      {
        "id" : "Observation.code.coding.system",
        "path" : "Observation.code.coding.system",
        "min" : 1
      },
      {
        "id" : "Observation.code.coding.code",
        "path" : "Observation.code.coding.code",
        "min" : 1
      },
      {
        "id" : "Observation.subject",
        "path" : "Observation.subject",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : "http://fhir.nl/fhir/StructureDefinition/nl-core-patient"
          }
        ]
      },
      {
        "id" : "Observation.subject.reference",
        "path" : "Observation.subject.reference",
        "min" : 1
      },
      {
        "id" : "Observation.subject.display",
        "path" : "Observation.subject.display",
        "min" : 1
      },
      {
        "id" : "Observation.effective[x]",
        "path" : "Observation.effective[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "Observation.effective[x]:effectivePeriod",
        "path" : "Observation.effective[x]",
        "sliceName" : "effectivePeriod",
        "min" : 1,
        "type" : [
          {
            "code" : "Period"
          }
        ]
      },
      {
        "id" : "Observation.effective[x]:effectivePeriod.start",
        "path" : "Observation.effective[x].start",
        "fixedDateTime" : "1980"
      },
      {
        "id" : "Observation.effective[x]:effectivePeriod.end",
        "path" : "Observation.effective[x].end",
        "fixedDateTime" : "1983"
      },
      {
        "id" : "Observation.value[x]",
        "path" : "Observation.value[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "Observation.value[x]:valueCodeableConcept",
        "path" : "Observation.value[x]",
        "sliceName" : "valueCodeableConcept",
        "min" : 1,
        "type" : [
          {
            "code" : "CodeableConcept"
          }
        ],
        "patternCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "8517006"
            }
          ]
        }
      },
      {
        "id" : "Observation.value[x]:valueCodeableConcept.coding",
        "path" : "Observation.value[x].coding",
        "min" : 1
      },
      {
        "id" : "Observation.value[x]:valueCodeableConcept.coding.system",
        "path" : "Observation.value[x].coding.system",
        "min" : 1
      },
      {
        "id" : "Observation.value[x]:valueCodeableConcept.coding.code",
        "path" : "Observation.value[x].coding.code",
        "min" : 1
      },
      {
        "id" : "Observation.component",
        "path" : "Observation.component",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "code"
            }
          ],
          "rules" : "open"
        },
        "min" : 3
      },
      {
        "id" : "Observation.component:component-SNOMED-53661000146106",
        "path" : "Observation.component",
        "sliceName" : "component-SNOMED-53661000146106",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Observation.component:component-SNOMED-53661000146106.code",
        "path" : "Observation.component.code",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "53661000146106"
            }
          ]
        }
      },
      {
        "id" : "Observation.component:component-SNOMED-53661000146106.code.coding",
        "path" : "Observation.component.code.coding",
        "min" : 1
      },
      {
        "id" : "Observation.component:component-SNOMED-53661000146106.code.coding.system",
        "path" : "Observation.component.code.coding.system",
        "min" : 1
      },
      {
        "id" : "Observation.component:component-SNOMED-53661000146106.code.coding.code",
        "path" : "Observation.component.code.coding.code",
        "min" : 1
      },
      {
        "id" : "Observation.component:component-SNOMED-53661000146106.value[x]",
        "path" : "Observation.component.value[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "Observation.component:component-SNOMED-53661000146106.value[x]:valueCodeableConcept",
        "path" : "Observation.component.value[x]",
        "sliceName" : "valueCodeableConcept",
        "min" : 1,
        "type" : [
          {
            "code" : "CodeableConcept"
          }
        ],
        "patternCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "65568007"
            }
          ]
        }
      },
      {
        "id" : "Observation.component:component-SNOMED-53661000146106.value[x]:valueCodeableConcept.coding",
        "path" : "Observation.component.value[x].coding",
        "min" : 1
      },
      {
        "id" : "Observation.component:component-SNOMED-53661000146106.value[x]:valueCodeableConcept.coding.system",
        "path" : "Observation.component.value[x].coding.system",
        "min" : 1
      },
      {
        "id" : "Observation.component:component-SNOMED-53661000146106.value[x]:valueCodeableConcept.coding.code",
        "path" : "Observation.component.value[x].coding.code",
        "min" : 1
      },
      {
        "id" : "Observation.component:component-SNOMED-53661000146106.referenceRange",
        "path" : "Observation.component.referenceRange",
        "contentReference" : "http://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange"
      },
      {
        "id" : "Observation.component:component-SNOMED-266918002",
        "path" : "Observation.component",
        "sliceName" : "component-SNOMED-266918002",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Observation.component:component-SNOMED-266918002.code",
        "path" : "Observation.component.code",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "266918002"
            }
          ]
        }
      },
      {
        "id" : "Observation.component:component-SNOMED-266918002.code.coding",
        "path" : "Observation.component.code.coding",
        "min" : 1
      },
      {
        "id" : "Observation.component:component-SNOMED-266918002.code.coding.system",
        "path" : "Observation.component.code.coding.system",
        "min" : 1
      },
      {
        "id" : "Observation.component:component-SNOMED-266918002.code.coding.code",
        "path" : "Observation.component.code.coding.code",
        "min" : 1
      },
      {
        "id" : "Observation.component:component-SNOMED-266918002.value[x]",
        "path" : "Observation.component.value[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "Observation.component:component-SNOMED-266918002.value[x]:valueQuantity",
        "path" : "Observation.component.value[x]",
        "sliceName" : "valueQuantity",
        "min" : 1,
        "type" : [
          {
            "code" : "Quantity"
          }
        ],
        "patternQuantity" : {
          "value" : 40,
          "system" : "http://unitsofmeasure.org",
          "code" : "{cigarettes}/wk"
        }
      },
      {
        "id" : "Observation.component:component-SNOMED-266918002.value[x]:valueQuantity.value",
        "path" : "Observation.component.value[x].value",
        "min" : 1
      },
      {
        "id" : "Observation.component:component-SNOMED-266918002.value[x]:valueQuantity.unit",
        "path" : "Observation.component.value[x].unit",
        "min" : 1
      },
      {
        "id" : "Observation.component:component-SNOMED-266918002.value[x]:valueQuantity.system",
        "path" : "Observation.component.value[x].system",
        "min" : 1
      },
      {
        "id" : "Observation.component:component-SNOMED-266918002.value[x]:valueQuantity.code",
        "path" : "Observation.component.value[x].code",
        "min" : 1
      },
      {
        "id" : "Observation.component:component-SNOMED-266918002.referenceRange",
        "path" : "Observation.component.referenceRange",
        "contentReference" : "http://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange"
      },
      {
        "id" : "Observation.component:component-SNOMED-401201003",
        "path" : "Observation.component",
        "sliceName" : "component-SNOMED-401201003",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Observation.component:component-SNOMED-401201003.code",
        "path" : "Observation.component.code",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "401201003"
            }
          ]
        }
      },
      {
        "id" : "Observation.component:component-SNOMED-401201003.code.coding",
        "path" : "Observation.component.code.coding",
        "min" : 1
      },
      {
        "id" : "Observation.component:component-SNOMED-401201003.code.coding.system",
        "path" : "Observation.component.code.coding.system",
        "min" : 1
      },
      {
        "id" : "Observation.component:component-SNOMED-401201003.code.coding.code",
        "path" : "Observation.component.code.coding.code",
        "min" : 1
      },
      {
        "id" : "Observation.component:component-SNOMED-401201003.value[x]",
        "path" : "Observation.component.value[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "Observation.component:component-SNOMED-401201003.value[x]:valueQuantity",
        "path" : "Observation.component.value[x]",
        "sliceName" : "valueQuantity",
        "min" : 1,
        "type" : [
          {
            "code" : "Quantity"
          }
        ],
        "patternQuantity" : {
          "value" : 1,
          "system" : "http://unitsofmeasure.org",
          "code" : "{PackYears}"
        }
      },
      {
        "id" : "Observation.component:component-SNOMED-401201003.value[x]:valueQuantity.value",
        "path" : "Observation.component.value[x].value",
        "min" : 1
      },
      {
        "id" : "Observation.component:component-SNOMED-401201003.value[x]:valueQuantity.unit",
        "path" : "Observation.component.value[x].unit",
        "min" : 1
      },
      {
        "id" : "Observation.component:component-SNOMED-401201003.value[x]:valueQuantity.system",
        "path" : "Observation.component.value[x].system",
        "min" : 1
      },
      {
        "id" : "Observation.component:component-SNOMED-401201003.value[x]:valueQuantity.code",
        "path" : "Observation.component.value[x].code",
        "min" : 1
      },
      {
        "id" : "Observation.component:component-SNOMED-401201003.referenceRange",
        "path" : "Observation.component.referenceRange",
        "contentReference" : "http://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.